/* xy-about */
.xy-about {
	background: url(../images/about_bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 90px 0;
}
.about-left {
	width: 50%;
	float: left;
	padding: 60px 5% 0 5%;
}
.about-left .about-img {
	margin-bottom: 20px;
}
.about-left .about-img img {
	width: 100%;
}
.about-left .about-title {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	font-size: 28px;
}
.about-left .about-title strong {
	font-size: 24px;
	font-family: "Arial";
	text-transform: uppercase;
	word-break: break-all;
}
.about-left .about-info {
	font-size: 16px;
	line-height: 1.7;
	color: #ffffff;
	margin-bottom: 20px;
}
.about-left .xy-more {
	display: block;
	width: 140px;
	line-height: 40px;
	text-align: center;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	font-size: 14px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.about-left .xy-more:hover {
	background: #0070BF;
}
.about-right {
	width: 50%;
	float: right;
	padding-right: 13%;
}
@media (max-width: 1440px) {
	.about-right {
		padding-right: 5%;
	}
}
.about-right .slick-arrow {
	width: 42px;
	height: 42px;
	margin-left: 130px;
	cursor: pointer;
}
.about-right .slick-arrow.slick-prev {
	background: url(../images/lc_sjt.png) center no-repeat;
	margin-bottom: 10px;
}
.about-right .slick-arrow.slick-next {
	background: url(../images/lc_xjt.png) center no-repeat;
	margin-top: 10px;
}
.fzlc-slick {
	position: relative;
}
.fzlc-slick img {
	display: inline-block;
	max-width: 100%;
}
.fzlc-slick .slick-slide {
	outline: none;
}
.fzlc-slick .slick-con {
	padding: 10px 0;
	position: relative;
}
.fzlc-slick .slick-con .year {
	width: 160px;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	font-family: "Arial";
	float: left;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	position: absolute;
	z-index: 98;
}
.fzlc-slick .slick-con .year:after {
	content: '';
	position: absolute;
	z-index: 99;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #49e6e6;
	border: 2px solid #fff;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.fzlc-slick .slick-con .wz-con {
	padding-left: 200px;
}
.fzlc-slick .slick-con .wz-con .imgs {
	display: inline-block;
	vertical-align: middle;
	width: 157px;
	border: 2px solid rgba(255, 255, 255, 0.6);
}
.fzlc-slick .slick-con .wz-con .imgs img {
	width: 100%;
}
.fzlc-slick .slick-con .wz-con p {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 165px);
	line-height: 1.67;
	font-size: 18px;
	color: #ffffff;
	padding-left: 30px;
}
.fzlc-slick .slick-con .wz-con:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: -1px;
	bottom: -1px;
	width: 1px;
	background: #fff;
	left: 150px;
}
@media (max-width: 1200px) {
	.xy-about {
		padding: 40px 0;
	}

	.about-left {
		width: 100%;
		float: none;
		padding: 0 5%;
	}

	.about-left .about-title {
		font-size: 18px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.about-left .about-title strong {
		font-size: 16px;
	}

	.about-left .about-info {
		font-size: 14px;
	}

	.about-right {
		width: 100%;
		float: none;
		padding: 0 5%;
	}
}
@media (max-width: 900px) {
	.about-right {
		display: none;
	}
}
/* 解决方案 */
.solution .solu-item {
	width: 33.3333%;
	float: left;
	position: relative;
	text-align: center;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.solution .solu-item .img img {
	width: 100%;
}
.solution .solu-item .img:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(4, 8, 44, 0.5);
	transition: all .5s ease;
	opacity: 1;
}
.solution .solu-item .wz {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 9;
	top: 50%;
	transition: all .5s ease;
	opacity: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.solution .solu-item .wz .imgs {
	margin-bottom: 20px;
	opacity: 1;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	padding: 0 20%;
	display: inline-block;
}
.solution .solu-item .wz .imgs img {
	max-width: 100%;
}
.solution .solu-item .wz .solu-tit {
	color: #ffffff;
	opacity: 1;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.solution .solu-item .wz .solu-tit h3 {
	font-size: 24px;
	margin: 0 0 10px 0;
	font-weight: normal;
}
.solution .solu-item .wz .solu-tit p {
	font-size: 18px;
	font-family: Arial;
	opacity: .7;
}
.solution .solu-item .wz .xy-more {
	display: inline-block;
	width: 132px;
	line-height: 40px;
	border: 2px solid #fff;
	color: #fff;
	opacity: .5;
	margin-top: 20%;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.solution .solu-item:hover {
	box-shadow: 0 0 40px rgba(0,0,0,.8);
	position: relative;
	z-index: 99;
}
.solution .solu-item .wz .xy-more {
    position: relative;
}
.solution .solu-item .wz .xy-more:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #0070BF;
    transition: all .5s ease;
    z-index: -1;
}
.solution .solu-item .wz .xy-more:hover {
	border-color: #0070BF;
	color: #fff;
	opacity: 1;
}
.solution .solu-item .wz .xy-more:hover:after {
    width: 100%;
}
.solution .solu-item:hover .img:after {
    opacity: 0.2;
}
@media (max-width: 900px) {
	.solution .solu-item {
		width: 100%;
		float: none;
	}
}
/* 文化传承 */
.xy-culture {
	background: url(../images/cul_bg.png) top center no-repeat;
	background-size: cover;
	padding: 230px 11% 150px 11%;
	position: relative;
}
.xy-culture .cul-tit {
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	text-align: center;
}
.xy-culture .cul-tit img {
	max-width: 100%;
}
.xy-culture .cul-tab {
	position: relative;
	z-index: 99;
	margin-bottom: 70px;
}
.xy-culture .cul-tab:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 10%;
	height: 2px;
	background: #fff;
}
.xy-culture .cul-tab li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	margin-left: 50px;
}
.xy-culture .cul-tab li.on {
	background: #203ca8;
}
.xy-culture .cul-tab-con {
	position: relative;
}
.xy-culture .cul-tab-con .cul-tab-box {
	background: #9a8773;
	font-size: 0;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}
.xy-culture .cul-tab-con .cul-tab-box.on {
	position: relative;
	opacity: 1;
	visibility: visible;
}
.xy-culture .cul-tab-con .cul-slick {
	position: relative;
	width: 58%;
	float: left;
}
.xy-culture .cul-tab-con .cul-slick .slick-slide {
	outline: none;
}
.xy-culture .cul-tab-con .cul-slick img {
	width: 100%;
	display: inline-block;
}
.xy-culture .cul-tab-con .cul-slick .slick-arrow {
	position: absolute;
	z-index: 9999;
	outline: none;
	border: none;
	width: 64px;
	height: 64px;
	left: 10px;
	top: 50%;
	margin-top: -32px;
	background: url(../images/cul_ljt.png) center no-repeat;
	background-size: 100% !important;
}
.xy-culture .cul-tab-con .cul-slick .slick-arrow.slick-next {
	right: 10px;
	left: auto;
	background: url(../images/cukl_rjt.png) center no-repeat;
}
.xy-culture .cul-tab-con .cul-wz {
	width: 42%;
	position: absolute;
	right: 0;
	padding: 0 5%;
	font-size: 16px;
	line-height: 1.7;
	transform: translateY(-50%);
	top: 50%;
}
.xy-culture .cul-tab-con .cul-wz strong {
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: normal;
}
@media (max-width: 1366px) and (min-width: 990px) {
	.xy-culture .cul-tab-con .cul-wz {
		height: 276px;
		overflow: hidden;
	}
}
@media (max-width: 1200px) {
	.xy-culture .cul-tab-con .cul-wz {
		padding: 10px 20px;
	}
}
@media (max-width: 900px) {
	.xy-culture {
		padding: 100px 5%;
	}

	.xy-culture .cul-tit {
		top: 50px;
	}

	.xy-culture .cul-tit img {
		max-width: 100%;
		height: 70px;
	}

	.xy-culture .cul-tab {
		margin-bottom: 30px;
	}

	.xy-culture .cul-tab li {
		font-size: 14px;
		margin-left: 10px;
	}

	.xy-culture .cul-tab-con .cul-slick {
		width: 100%;
		float: none;
	}

	.xy-culture .cul-tab-con .cul-slick .slick-arrow {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}

	.xy-culture .cul-tab-con .cul-wz {
	    position: static;
	    transform: translateY(0);
		width: 100%;
		float: none;
		font-size: 14px;
	}

	.xy-culture .cul-tab-con .cul-wz strong {
		font-size: 18px;
		margin-bottom: 10px;
	}
}
/* 页脚 */
.xt-footer {
	background: #2f2f2f;
	padding: 40px 0;
}

.xt-footer .footer-container {
	margin: 0 auto;
	padding: 0 105px;
}
.xt-footer .footer-container p{display: inline-block;}
.xt-footer .footer-container .footer-tel{
	width:100%;
	padding-bottom:15px;
	border-bottom:1px solid rgba(202,202,202,0.2);
}
.xt-footer .footer-container .footer-tel .tel-item{
	width:25%;
	height:70px;
	float:left;
}
.xt-footer .footer-container .footer-tel .tel-item .tel-icon{
	float:left;
	width:70px; height:70px;
}
.xt-footer .footer-container .footer-tel .tel-item .tel-text{
	float:left;
	margin-left:20px;
	height:100%;
	color:#c3c3c3;
}
.xt-footer .footer-container .footer-tel .tel-item .tel-text h3{
	font-size:14px;
	font-weight: normal;
	height:30px;
	line-height:30px;
}
.xt-footer .footer-container .footer-tel .tel-item .tel-text p{
	font-size:28px;
	font-weight: bold;
	height:40px;
	line-height:40px;
}
.xt-footer .copyright {
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 1.7;
	color: #b5b5b5;
	margin-top: 30px;
}
.xt-footer .copyright .f_r{
	float:right;
	text-align: right;
}
.xt-footer .copyright .f_l{
	float:left;
	text-align: left;
}
.xt-footer .copyright .f_l .addr{
	line-height:49px;
}

.xt-footer .copyright .ft-logo img {
	max-width: 100%;
}

.xt-footer .copyright a {
	color: #b5b5b5;
	margin-right:15px;
}
.xt-footer .copyright .p{margin-top:15px;}
.xt-footer .copyright .jszc {
	margin-top: 20px;
}

.xt-footer .ft-ewm {
	width: 130px;
	float: right;
}

.xt-footer .ft-ewm img {
	width: 100%;
}
@media (max-width: 900px){
	.page-header{padding:0 20px;}
	.page-header .nav-tel{display: none;}
	.xt-footer .footer-container{
		padding:0 20px;
	}
	.xt-footer .footer-container .footer-tel .tel-item{
		width:100%;
		margin-bottom:15px;
		height:50px;
	}
	.xt-footer .footer-container .footer-tel .tel-item .tel-icon{
		width:50px;
		height:50px;
		background-size: 50px 50px !important;
	}
	.xt-footer .footer-container .footer-tel .tel-item .tel-text h3{
		height:20px;
		line-height: 20px;
	}
	.xt-footer .footer-container .footer-tel .tel-item .tel-text{
		height:30px;
		line-height: 30px;
	}
	.xt-footer .footer-container .footer-tel .tel-item .tel-text p{
		font-size:20px;
	}
	.xt-footer .copyright .f_l{
		width:100%;
	}

	.xt-footer .copyright .f_r{
		margin-top:20px;
		width:100%;
		text-align:left;
	}
}
@media (max-width: 900px) {
	.xt-footer .copyright {
		width: 100%;
		float: none;
	}

	.xt-footer .ft-ewm {
		display: none;
	}
}

/*左侧工具条*/
#toolbar {
	position: fixed;
	z-index: 9999;
	right: 33px;
	bottom: 30%;
}

#toolbar li {
	margin-bottom: 3px;
	font-size: 0;
	width: 57px;
	height: 57px;
	right: 0;
	position: relative;
}

#toolbar li a {
	display: block;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	width: 57px;
	height: 57px;
	overflow: hidden;
	background: #0070BF;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	white-space: nowrap;
	font-size: 0;
}

#toolbar li .iconfont {
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	background-color: #d9d9d9;
	vertical-align: middle;
	text-align: center;
	line-height: 57px;
	color: #2b2b2b;
	font-size: 26px;
}

#toolbar li .wz {
	display: inline-block;
	line-height: 57px;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
	position: absolute;
	z-index: 1;
	padding: 5px;
	background: #0070BF;
	width: 110px;
	right: 120%;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: all .7s;
	transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
	margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
	max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
	content: '';
	position: absolute;
	right: -5px;
	bottom: 20px;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #0070BF;
	border-right: none;
}

#toolbar li.ewm:hover .icon {
	background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

#toolbar li.backtop {
	cursor: pointer;
}

#toolbar li.backtop .iconfont {
	color: #fff;
	background-color: #0070BF;
}

#toolbar li:hover a {
	width: 200px;
}

#toolbar li:hover .iconfont {
	background-color: #0070BF;
	color: #fff;
}

@media (max-width: 900px) {
	#toolbar {
		display: none;
	}
}

/* 固定底部的banner */
.fixed-banner {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 190px;
}


@media (min-width: 990px) {
	.fixed-banner {
		background-attachment: fixed;
		height: 940px;
	}
}

@media (max-width: 1366px) and (min-width:990px){
	.fixed-banner {
		height: 500px;
	}
}

.new-detail-banner {
	/*background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 449px;
	margin-top: 70px;*/
	height: 97px;
	background: none !important;
}

@media (max-width: 900px) {
	.new-detail-banner {
		height: 0;
		margin-top: 0;
	}
}

/* p-about-a */
.p-about-a {
	position: relative;
}

.p-about-a > h4 {
	background: #f7f7f7;
	padding: 110px 0 60px 8%;
	font-size: 60px;
	font-family: "Arial Black";
	color: #292929;
	text-transform: uppercase;
}

.p-about-a > h4 span {
	display: block;
	font-size: 14px;
	color: #292929;
	font-family: "Microsoft YaHei";
}

.p-about-a .num-gun {
	background: url(../images/about_bga.jpg) top center no-repeat;
	background-size: cover;
	padding: 220px 0;
}

.p-about-a .num-gun ul {
	padding-left: 8%;
	font-size: 0;
	width: 50%;
}

.p-about-a .num-gun li {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	color: #ffffff;
	margin-right: 5%;
	width: 28%;
	text-align: center;
}

.p-about-a .num-gun li .num {
	display: block;
	height: 114px;
	border: 4px solid #fff;
	font-size: 72px;
	font-family: "Impact";
	color: white;
	line-height: 100px;
	margin-bottom: 10px;
}

.p-about-a .wz-info {
	position: absolute;
	z-index: 999;
	width: 50%;
	background: #fff;
	top: 0;
	right: 0;
	padding: 12% 6%;
	-webkit-transform: translateY(-20%);
	        transform: translateY(-20%);
	font-size: 15px;
	line-height: 2.7;
	color: #444444;
}

.p-about-a .wz-info strong {
	line-height: 1;
	font-weight: normal;
	display: block;
	text-align: right;
	font-size: 3.75vw;
	color: #444444;
	padding-left: 20%;
	margin-bottom: 3vw;
	    margin-top: -70px;
}

@media (max-width: 1024px) {
	.p-about-a > h4 {
		padding: 30px 0 30px 8%;
		font-size: 20px;
	}

	.p-about-a .num-gun {
		padding: 50px 0;
	}

	.p-about-a .num-gun ul {
		width: 100%;
	}

	.p-about-a .num-gun li .num {
		height: 70px;
		font-size: 30px;
		line-height: 62px;
	}

	.p-about-a .wz-info {
		position: static;
		z-index: 999;
		width: 100%;
		padding: 20px 5%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		line-height: 1.7;
		color: #444444;
		margin-top: 80px;
	}
}

/*p-about-wrap*/
.p-about-wrap {
	background: #f7f7f7;
}

.p-about-wrap .p-about-content {
	width: 83%;
	margin: 0 auto;
}

.p-about-b {
	padding: 88px 0 55px 0;
}

.p-about-b li {
	float: left;
	width: 33.3333%;
}

.p-about-b li .img {
	display: block;
	overflow: hidden;
}

.p-about-b li .img img {
	width: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.p-about-b li h4 {
	font-size: 24px;
	color: #343434;
	line-height: 150px;
	background: #fff;
	text-align: center;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.p-about-b li:hover .img img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.p-about-b li:hover h4 {
	background: #0070BF;
	color: #fff;
}

@media (max-width: 1024px) {
	.p-about-b li h4 {
		font-size: 20px;
		line-height: 80px;
	}
}

@media (max-width: 900px) {
	.p-about-b {
		padding: 20px 0;
	}

	.p-about-b li h4 {
		font-size: 14px;
		line-height: 40px;
	}
}

/*p-about-c*/
.p-about-c {
	position: relative;
	background: #fff;
	margin-top: 85px;
	padding: 35px;
}

.p-about-c .pac-tit {
	position: absolute;
	top: -12%;
	left: 0;
	width: 7.5%;
}

.p-about-c .pac-tit img {
	max-width: 100%;
}

.p-about-c .pac-tab {
	text-align: right;
	padding: 15px 0 40px 0;
}

.p-about-c .pac-tab li {
	display: inline-block;
	font-size: 18px;
	color: #494949;
	width: 145px;
	height: 51px;
	border: 5px solid transparent;
	text-align: center;
	cursor: pointer;
	line-height: 41px;
}

.p-about-c .pac-tab li.on {
	border-color: #0070BF;
	color: #0070BF;
}

.p-about-c .pac-tab-box {
	font-size: 0;
}

.p-about-c .pac-tab-box .wz,
    .p-about-c .pac-tab-box .img {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.p-about-c .pac-tab-box .wz {
	padding: 0 5%;
}

.p-about-c .pac-tab-box .wz h4 {
	font-size: 36px;
	color: #343434;
	margin-bottom: 30px;
}

.p-about-c .pac-tab-box .wz .info {
	font-size: 15px;
	line-height: 2;
	color: #343434;
}

.p-about-c .pac-tab-box .img img {
	width: 100%;
}

@media (max-width: 900px) {
	.p-about-c {
		margin-top: 20px;
		padding: 20px;
	}

	.p-about-c .pac-tit {
		top: 0;
		width: 7.5%;
	}

	.p-about-c .pac-tab {
		text-align: right;
		padding: 15px 0;
	}

	.p-about-c .pac-tab li {
		font-size: 12px;
		width: 23%;
		height: 40px;
		border: 2px solid transparent;
		line-height: 38px;
	}

	.p-about-c .pac-tab-box {
		font-size: 0;
	}

	.p-about-c .pac-tab-box .wz,
        .p-about-c .pac-tab-box .img {
		display: block;
		width: 100%;
	}

	.p-about-c .pac-tab-box .wz {
		padding: 20px 0;
	}

	.p-about-c .pac-tab-box .wz h4 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.p-about-c .pac-tab-box .wz .info {
		font-size: 12px;
		line-height: 1.7;
	}
}

/*p-about-d*/
.p-about-d {
	margin: 50px 0;
	background: #292929;
}

.p-about-d .slick-slide {
	outline: none;
}

.p-about-d .slick-con {
	display: block;
}

.p-about-d .slick-con img {
	display: inline-block;
	width: 100%;
}

.p-about-d .slick-con .wz {
	float: left;
	width: 38.75%;
	padding: 5%;
}

.p-about-d .slick-con .wz h3 {
	font-size: 24px;
	color: #ffffff;
}

.p-about-d .slick-con .wz h3:after {
	content: '';
	display: block;
	width: 10%;
	height: 2px;
	background: #fff;
	margin: 15px 0 35px 0;
}

.p-about-d .slick-con .wz p {
	font-size: 14px;
	color: #fff;
}

.p-about-d .slick-con .wz .more {
	background: url(../images/pad-more.png) center no-repeat;
	width: 23px;
	display: inline-block;
	height: 23px;
	margin-top: 10%;
}

.p-about-d .slick-con .img {
	width: 61.25%;
	float: right;
}

@media (max-width: 900px) {
	.p-about-d .slick-con .wz {
		float: none;
		width: 100%;
		padding: 20px;
	}

	.p-about-d .slick-con .wz h3 {
		font-size: 18px;
	}

	.p-about-d .slick-con .wz h3:after {
		margin: 10px 0 20px 0;
	}

	.p-about-d .slick-con .wz p {
		font-size: 12px;
		color: #fff;
	}

	.p-about-d .slick-con .wz .more {
		margin-top: 20px;
	}

	.p-about-d .slick-con .img {
		width: 100%;
		float: none;
	}
}

/*p-technology-wrap*/
.p-technology-wrap {
	margin-top: -250px;
	position: relative;
}

.p-technology-wrap:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 250px;
	background: #f7f7f7;
}

.p-technology-wrap .p-technology-content {
	width: 80%;
	margin: 0 auto;
}

.p-technology-item {
	background: #ffffff;
	margin-bottom: 50px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	position: relative;
	z-index: 99;
}

.p-technology-item .wz {
	float: left;
	width: 38.75%;
	padding: 5% 5% 0 5%;
}

.p-technology-item .wz h3 {
	font-size: 24px;
	color: #484848;
}

.p-technology-item .wz h3:after {
	content: '';
	display: block;
	width: 35px;
	height: 7px;
	background: #000000;
	margin: 20px 0 30px 0;
}

.p-technology-item .wz p {
	font-size: 14px;
	color: #787878;
	line-height: 2;
}

.p-technology-item .wz .more {
	margin-top: 10%;
	text-align: center;
	display: block;
	width: 147px;
	height: 44px;
	border: 1px solid  #b1b1b1;
	font-size: 14px;
	color: #b1b1b1;
	line-height: 42px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.p-technology-item .img {
	width: 61.25%;
	float: right;
	font-size: 0;
}

.p-technology-item .img img {
	width: 100%;
}

.p-technology-item:hover {
	-webkit-box-shadow: 0 0 30px rgba(49, 49, 49, 0.5);
	        box-shadow: 0 0 30px rgba(49, 49, 49, 0.5);
	background: #4f4f4f;
}

.p-technology-item:hover .wz h3 {
	color: #fff;
}

.p-technology-item:hover .wz h3:after {
	background: #fff;
}

.p-technology-item:hover .wz p {
	color: #fff;
}

.p-technology-item:hover .wz .more {
	border-color: #fff;
	background: #fff;
	color: #4f4f4f;
}

.p-technology-item:nth-of-type(even) .wz {
	float: right;
}

.p-technology-item:nth-of-type(even) .img {
	float: left;
}

@media (max-width: 900px) {
	.p-technology-wrap {
		margin-top: 0;
		padding-top: 30px;
		padding-bottom: 1px;
	}

	.p-technology-wrap:after {
		top: 0;
	}

	.p-technology-item {
		margin-bottom: 30px;
	}

	.p-technology-item .wz {
		float: none;
		width: 100%;
		padding: 20px;
	}

	.p-technology-item .wz h3 {
		font-size: 18px;
	}

	.p-technology-item .wz h3:after {
		margin: 10px 0 20px 0;
	}

	.p-technology-item .wz p {
		font-size: 12px;
	}

	.p-technology-item .wz .more {
		margin-top: 20px;
		font-size: 12px;
		width: 100px;
		height: 30px;
		line-height: 28px;
	}

	.p-technology-item .img {
		width: 100%;
		float: none;
	}
}

/* 大事记 */
.p-big-wrap {
	background: url(../images/bgi_bg.jpg) top center no-repeat;
	background-size: cover;
	min-height: 100vh;
	padding: 20vh 0 50vh 0;
}

.p-big-wrap .big-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.p-big-wrap .big-item-con {
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    padding: 30px 8.333%;
}
.p-big-wrap .big-item-con:hover {
    background: rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

@media (max-width: 900px) {
    .p-big-wrap .big-item-con {
        line-height: 30px;
        font-size: 18px;
        padding: 15px 8.333%;
    }
}
.p-bnxcl-e {
    padding: 50px 0;
}
.p-bnxcl-content {
    width: 83.3333%;
    margin: 0 auto;
}
.p-bnxcl-tit {
    text-align: center;
    font-size: 32px;
    color: #282828;
    margin-bottom: 40px;
}
.p-bnxcl-e ul {
    font-size: 0;
}
.p-bnxcl-e li {
    width: calc(33.3333% - 20px);
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 20px 10px;
}
.p-bnxcl-e li .img {
    position: relative;
}
.p-bnxcl-e li .img:after {
    content: "";
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    opacity: 1;
    transition: all .5s ease;
}
.p-bnxcl-e li .img img {
    width: 100%;
}
.p-bnxcl-e li .wz {
    background: #f3f3f3;
    padding: 20px;
}

.p-bnxcl-e li .wz h3 {
    font-size: 16px;
    color: #19181e;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
}
.p-bnxcl-e li .wz .info {
    font-size: 14px;
    line-height: 2;
    color: #727272;
    height: 56px;
    overflow: hidden;
}

.p-bnxcl-e li:hover .img:after {
    opacity: 0;
}
.p-bnxcl-e li:hover .wz {
    background: #0070BF;
}
.p-bnxcl-e li:hover .wz h3,
.p-bnxcl-e li:hover .wz .info {
    color: #fff;
}


.p-bnxcl-c {
    background:#f3f3f3;
    padding: 50px 0;
}
.p-bnxcl-c .p-bnxcl-content {
    background: #fff;
    padding: 50px 10px 20px 10px;
}
.p-bnxcl-c ul {
    font-size: 0;
}
.p-bnxcl-c li {
    width: calc(25% - 10px);
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 10px 5px;
}
.p-bnxcl-c li .img {
    position: relative;
    overflow: hidden;
}
.p-bnxcl-c li .img img {
    width: 100%;
    transition: all .5s ease;
}
.p-bnxcl-c li .wz {
    background: #f3f3f3;
    padding: 20px;
}

.p-bnxcl-c li .wz h3 {
    font-size: 16px;
    color: #19181e;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
}
.p-bnxcl-c li .wz .info {
    font-size: 14px;
    line-height: 2;
    color: #727272;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.p-bnxcl-c li:hover .img img {
    transform: scale(1.1);
}
.p-bnxcl-c li:hover .wz {
    background: #0070BF;
}
.p-bnxcl-c li:hover .wz h3,
.p-bnxcl-c li:hover .wz .info {
    color: #fff;
}

.fix-rg {
    position: fixed;
    right: 0;
    z-index: 8;
    top: 30%;
    width: 110px;
    display: none;
}

.fix-rg a {
    display: block;
    background: #12caa5;
    margin-bottom: 1px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding: 35px 0;
    line-height: 30px;
}


@media (max-width:990px) {
    .p-bnxcl-e {
        padding: 20px 0;
    }
    .p-bnxcl-content {
        width: 95%;
    }
    .p-bnxcl-tit {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .p-bnxcl-e li {
        width: calc(50% - 20px);
    }
    .p-bnxcl-c li {
        width: calc(50% - 10px);
    }
}

@media (min-width:990px) {
    .ceshiB {
        height: 520px;
    }
}
/*产品*/
.xypg-product-detail{
	position: relative;
	background: #ffffff;
	width: 100%;
	margin: 0 auto;
	padding: 50px 20px;
}
/* 新闻 */
.xypg-news-wrap {
	position: relative;
	padding-bottom: 40px;
}
.xypg-news-detail-wrap .goHis {
	display: block;
	line-height: 40px;
	cursor: pointer;
}
.xypg-news-detail-wrap .goHis:hover {
	text-decoration: underline;
}
.xypg-news-wrap:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 185px;
	background: #f7f7f7;
}

.xypg-news-wrap .xypg-news-box {
	width: 83.33333333%;
	margin: 0 auto;
	background: #fff;
	padding: 90px 30px 65px 30px;
	margin-top: -185px;
	position: relative;
	z-index: 999;
}

@media (max-width: 900px) {
	.xypg-news-wrap {
		padding: 20px 0;
	}

	.xypg-news-wrap:after {
		top: 0;
	}

	.xypg-news-wrap .xypg-news-box {
		padding: 20px;
		margin-top: 0;
	}
}

.xypg-news-wrap .p-news-lists {
	margin: 0 -10px;
	font-size: 0;
}

.xypg-news-wrap .p-news-lists li {
	width: calc(25% - 20px);
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px 10px;
	background: #f7f7f7;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.xypg-news-wrap .p-news-lists li img {
	width: 100%;
}

.xypg-news-wrap .p-news-lists li .wz {
	padding: 20px;
	position: relative;
}

.xypg-news-wrap .p-news-lists li .wz h3 {
	font-size: 17px;
	color: #383838;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin-bottom: 10px;
}

.xypg-news-wrap .p-news-lists li .wz p {
	font-size: 12px;
	line-height: 1.7;
	height: 40px;
	overflow: hidden;
	color: #939393;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin-bottom: 20px;
}

.xypg-news-wrap .p-news-lists li .wz .date {
	font-size: 13px;
	color: #ababab;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.xypg-news-wrap .p-news-lists li .wz .bq {
	position: absolute;
	right: 20px;
	bottom: 15px;
	font-size: 12px;
	padding: 5px 10px;
}

.xypg-news-wrap .p-news-lists li .wz .bq.color1 {
	color: #30ddcb;
	border: 1px solid #30ddcb;
}

.xypg-news-wrap .p-news-lists li .wz .bq.color2 {
	color: #2275ff;
	border: 1px solid #2275ff;
}

.xypg-news-wrap .p-news-lists li .wz .bq.color3 {
	color: #ff7e00;
	border: 1px solid #ff7e00;
}

.xypg-news-wrap .p-news-lists li:hover {
	background: #0070BF;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.xypg-news-wrap .p-news-lists li:hover .wz h3, .xypg-news-wrap .p-news-lists li:hover .wz p, .xypg-news-wrap .p-news-lists li:hover .wz .date {
	color: #fff;
}

.xypg-news-wrap .p-news-lists li:hover .wz .bq {
	border-color: #fff;
	color: #fff;
}

@media (max-width: 1200px) {
	.xypg-news-wrap .p-news-lists li {
		width: calc(33.3333% - 20px);
	}
}

@media (max-width: 768px) {
	.xypg-news-wrap .p-news-lists li {
		width: calc(50% - 20px);
	}
}

@media (max-width: 420px) {
	.xypg-news-wrap .p-news-lists {
		margin: 0;
	}

	.xypg-news-wrap .p-news-lists li {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

/* xypg-news-detail-wrap */
.xypg-news-detail-wrap {
	background: #f7f7f7;
	padding: 30px 0;
}

.xypg-news-detail-wrap .xypg-news-detail-box {
	background: #ffffff;
	width: 90%;
	margin: 0 auto;
	padding: 90px;
}
.xypg-news-detail-wrap .xypg-news-detail-box .title {
	text-align: center;
	font-size: 24px;
	color: #282828;
	margin-bottom: 20px;
}

.xypg-news-detail-wrap .xypg-news-detail-box .info-bar {
	text-align: center;
	font-size: 14px;
	color: #aaaaaa;
	padding-bottom: 45px;
	border-bottom: 1px solid #ededed;
}

.xypg-news-detail-wrap .xypg-news-detail-box .info-bar span {
	display: inline-block;
	margin-right: 20px;
}

.xypg-news-detail-wrap .xypg-news-detail-box .detail-content {
	font-size: 14px;
	line-height: 2;
	color: #282828;
	padding: 50px 0;
}

.xypg-news-detail-wrap .xypg-news-detail-box .detail-content img {
	max-width: 100%;
}

.prev-next {
	padding-top: 50px;
	border-top: 1px solid #ededed;
	position: relative;
}

.prev-next .pn-item {
	padding-right: 300px;
	font-size: 14px;
	color: #5e5e5e;
	line-height: 2;
}

.prev-next .pn-item a {
	color: #5e5e5e;
}

.prev-next .pn-item a:hover {
	color: #0070BF;
	text-decoration: underline;
}

.prev-next .pn-item b {
	font-weight: normal;
}

.prev-next .pn-item span {
	display: none;
}

.prev-next .baidu-share {
	position: absolute;
	right: 0;
	bottom: 0;
}

@media (max-width: 900px) {
	.xypg-news-detail-wrap .xypg-news-detail-box {
		padding: 20px;
	}

	.xypg-news-detail-wrap .xypg-news-detail-box .title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.xypg-news-detail-wrap .xypg-news-detail-box .info-bar {
		padding-bottom: 20px;
	}

	.xypg-news-detail-wrap .xypg-news-detail-box .detail-content {
		line-height: 1.7;
		padding: 25px 0;
	}
	.xypg-news-detail-wrap .xypg-news-detail-box .detail-content img{
		max-width: 100% !important;
		height: auto !important;
	}
	.prev-next {
		padding-top: 25px;
	}

	.prev-next .pn-item {
		padding-right: 0;
	}

	.prev-next .baidu-share {
		position: static;
	}
}

/*xypg-case-sorts*/
.xypg-case-sorts {
	font-size: 0;
}

.xypg-case-sorts li {
	display: inline-block;
	width: 33.33333%;
	background: #d0d0d0;
}

.xypg-case-sorts li a {
	display: block;
	text-align: center;
	line-height: 68px;
    font-size: 20px;
    color: #363636;
    /*margin-top: 27px;*/
}

.xypg-case-sorts li a:hover, .xypg-case-sorts li a.cur {
	background: #0de0b6;
}

@media (max-width: 900px) {
	.xypg-case-sorts li a {
		font-size: 16px;
		line-height: 40px;
	}
}

.xypg-case-wrap {
	background: #f7f7f7;
	padding: 80px 0;
}

.xypg-case-wrap .xypg-case-box {
	width: 83.333333%;
	margin: 0 auto;
}

.xypg-case-wrap .cases-lists-xy {
	margin: 0 -12px;
}

.xypg-case-wrap .cases-lists-xy li {
	width: calc(25% - 24px);
	margin: 0 12px 45px 12px;
	float: left;
	background: #fff;
	font-size: 0;
}

.xypg-case-wrap .cases-lists-xy li .img {
	display: block;
	overflow: hidden;
}

.xypg-case-wrap .cases-lists-xy li .img img {
	width: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.xypg-case-wrap .cases-lists-xy li h3 {
	text-align: center;
	font-size: 16px;
	color: #383838;
	line-height: 85px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.xypg-case-wrap .cases-lists-xy li:hover .img img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.xypg-case-wrap .cases-lists-xy li:hover h3 {
	background: #0070BF;
	color: #fff;
}

@media (max-width: 1200px) {
	.xypg-case-wrap .cases-lists-xy li {
		width: calc(33.33333% - 24px);
	}
}

@media (max-width: 900px) {
	.xypg-case-wrap {
		padding: 40px 0;
	}

	.xypg-case-wrap .cases-lists-xy li {
		width: calc(50% - 20px);
		margin: 0 10px 20px 10px;
	}

	.xypg-case-wrap .cases-lists-xy li h3 {
		font-size: 14px;
		line-height: 40px;
	}
}

/*xypg-case-detail-wrap*/
.xypg-case-detail-wrap {
	position: relative;
	padding-bottom: 40px;
}



.xypg-case-detail-wrap .xypg-case-detail-box {
	width: 83.3333%;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 96;
	background: #fff;
	padding: 120px 80px;
}

.xypg-case-detail-wrap .xypg-case-detail-box .title {
	text-align: center;
	font-size: 30px;
	color: #4b4b4b;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 60px;
}

.xypg-case-detail-wrap .xypg-case-detail-box .detail-content {
	padding: 40px 10px;
	font-size: 15px;
	line-height: 36px;
	color: #4b4b4b;
}

.xypg-case-detail-wrap .xypg-case-detail-box .detail-content img {
	max-width: 100%;
}

@media (max-width: 900px) {
	.xypg-case-detail-wrap {
		padding: 40px 0;
	}

	.xypg-case-detail-wrap:after {
		top: 0;
	}

	.xypg-case-detail-wrap .xypg-case-detail-box {
		margin: 0 auto;
		padding: 40px 20px 20px 20px;
	}

	.xypg-case-detail-wrap .xypg-case-detail-box .title {
		font-size: 20px;
		padding-bottom: 20px;
	}

	.xypg-case-detail-wrap .xypg-case-detail-box .detail-content {
		padding: 20px 10px;
		font-size: 14px;
		line-height: 2;
	}
}

/*album-list-xypg*/
.album-list-xypg {
	font-size: 0;
}

.album-list-xypg li {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	padding: 0 20px;
	background: #fff;
}
.album-list-xypg li:not(:last-child) {
    border-right: 1px solid  #f7f7f7;
}
.album-list-xypg li .img {
	display: block;
	padding: 20px;
	overflow: hidden;
	padding: 40px 0;
}

.album-list-xypg li .img img {
	width: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.album-list-xypg li h3 {
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: #333;
	padding: 20px 0;
	background: #fff;
	-webkit-transition: all .5s ease;
	border-top: 1px solid  #f7f7f7;
	transition: all .5s ease;
	margin: 0 -20px;
}

.album-list-xypg li:hover .img img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.album-list-xypg li:hover h3 {
	color: #ffffff;
	background: #0070BF;
}

@media (max-width: 900px) {
	.album-list-xypg li {
		width: 50%;
		margin: 0 0 20px 0;
	}

	.album-list-xypg li h3 {
		padding: 10px 0;
	}
}

/*p-contact-wrap*/
.p-contact-wrap {
	position: relative;
	padding-bottom: 40px;
}

.p-contact-wrap:after {
	content: '';
	position: absolute;
	top: 280px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f7f7f7;
}

.p-contact-wrap .p-contact-box {
	position: relative;
	width: 83.3333%;
	margin: 0 auto;
	z-index: 99;
}

@media (max-width: 900px) {
	.p-contact-wrap {
		padding: 40px 0;
	}

	.p-contact-wrap:after {
		top: 0;
	}
}

.p-contact-wrap .pcb-top {
	margin-top: -280px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	padding: 50px;
}

.p-contact-wrap .pcb-top .address {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 25px;
	font-size: 24px;
	color: #383838;
	margin-bottom: 30px;
}

.p-contact-wrap .pcb-top .address img {
	vertical-align: -4px;
	margin-right: 10px;
}

.p-contact-wrap .pcb-top .pcbt-left {
	width: 64%;
	float: left;
}

.p-contact-wrap .pcb-top .pcbt-left .phone-item {
	display: inline-block;
	font-size: 16px;
	color: #878787;
	margin-right: 10%;
}

.p-contact-wrap .pcb-top .pcbt-left .phone-item strong {
	display: block;
	font-size: 30px;
	color: #383838;
	font-family: 'Arial';
}
.p-contact-wrap .pcb-top .pcbt-left .phone-item:nth-of-type(2) {
    display: none;
}

.p-contact-wrap .pcb-top .pcbt-left .cont-list {
	margin-top: 20%;
}

.p-contact-wrap .pcb-top .pcbt-left .cont-list .cont-item {
	font-size: 16px;
	color: #8f8f8f;
	display: inline-block;
	vertical-align: top;
	width: 33.333333%;
	margin: 0 -2px;
	padding-right: 5%;
}

.p-contact-wrap .pcb-top .pcbt-left .cont-list .cont-item strong {
	display: block;
	padding-top: 10px;
	font-weight: normal;
	color: #333333;
}

@media (max-width: 1500px) {
	.p-contact-wrap .pcb-top .pcbt-left .cont-list {
		margin-top: 8%;
	}
}

@media (max-width: 1200px) {
	.p-contact-wrap .pcb-top .pcbt-left .phone-item {
		font-size: 14px;
		margin-right: 5%;
	}

	.p-contact-wrap .pcb-top .pcbt-left .phone-item strong {
		font-size: 20px;
	}

	.p-contact-wrap .pcb-top .pcbt-left .cont-list {
		margin-top: 10%;
	}

	.p-contact-wrap .pcb-top .pcbt-left .cont-list .cont-item {
		font-size: 14px;
	}
}

.p-contact-wrap .pcb-top .pcbt-right {
	width: 36%;
	float: right;
}

.p-contact-wrap .pcb-top .pcbt-right img {
	width: auto  !important;
	max-width: auto  !important;
}

@media (max-width: 900px) {
	.p-contact-wrap .pcb-top {
		margin-top: 0;
		padding: 20px;
	}

	.p-contact-wrap .pcb-top .address {
		padding-bottom: 10px;
		font-size: 18px;
		margin-bottom: 10px;
	}

	.p-contact-wrap .pcb-top .pcbt-right,
        .p-contact-wrap .pcb-top .pcbt-left {
		width: 100%;
		float: none;
	}

	.p-contact-wrap .pcb-top .pcbt-left {
		margin-bottom: 10px;
	}

	.p-contact-wrap .pcb-top .pcbt-left .cont-list {
		margin-top: 5%;
	}

	.p-contact-wrap .pcb-top .pcbt-left .cont-list .cont-item {
		width: 100%;
		margin: 0 0 10px 0;
	}
}

.p-contact-wrap .pcb-bootom {
	margin-top: 60px;
}

.p-contact-wrap .pcb-bootom > h3 {
	text-align: center;
	font-size: 36px;
	color: #383838;
	text-transform: uppercase;
	font-family: "Arial Black";
}

.p-contact-wrap .pcb-bootom > h3 span {
	margin-top: 10px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #383838;
}

#contact-form {
	margin-top: 40px;
}

#contact-form .input-g {
	font-size: 0;
}

#contact-form .input-g li {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	position: relative;
	background: #fff;
	height: 55px;
}

#contact-form .input-g li:not(:last-child) {
	margin-right: 5%;
}

#contact-form .input-g li span {
	position: absolute;
	line-height: 55px;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #383838;
	width: 80px;
	padding-left: 20px;
}

#contact-form .input-g li input[type="text"] {
	width: 100%;
	height: 55px;
	background: none;
	outline: none;
	border: none;
	font-size: 14px;
	padding-left: 80px;
	color: #333;
}

#contact-form .textarea-box {
	position: relative;
	background: #fff;
	height: 285px;
	margin-top: 25px;
}

#contact-form .textarea-box span {
	position: absolute;
	line-height: 55px;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #383838;
	width: 80px;
	padding-left: 20px;
}

#contact-form .textarea-box textarea {
	height: 285px;
	width: 100%;
	resize: none;
	background: none;
	outline: none;
	border: none;
	padding: 17px 20px 0 80px;
}

#contact-form .code-box {
	margin-top: 25px;
	position: relative;
	margin-bottom: 25px;
}

#contact-form .code-box span {
	position: absolute;
	line-height: 34px;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #383838;
	width: 80px;
	padding-left: 20px;
}

#contact-form .code-box #checkcode {
	width: 20%;
	height: 34px;
	outline: none;
	border: none;
	font-size: 14px;
	padding-left: 80px;
	color: #333;
	background: #fff;
}

#contact-form .code-box #checkCodeImg {
	margin: 0 10px;
}

#contact-form .code-box #change_code {
	font-size: 14px;
	color: red;
}

#contact-form input[type="submit"] {
	display: block;
	width: 278px;
	height: 55px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #0070BF;
	outline: none;
	border: none;
	margin: 0 auto;
}

@media (max-width: 900px) {
	#contact-form .input-g li {
		display: block;
		width: 100%;
		height: 40px;
		margin-bottom: 15px;
	}

	#contact-form .input-g li:not(:last-child) {
		margin-right: 0;
	}

	#contact-form .input-g li span {
		line-height: 40px;
		width: 60px;
		padding-left: 10px;
	}

	#contact-form .input-g li input[type="text"] {
		height: 40px;
		padding-left: 60px;
	}

	#contact-form .textarea-box {
		margin-top: 0;
	}

	#contact-form .textarea-box span {
		line-height: 40px;
		width: 60px;
		padding-left: 10px;
	}

	#contact-form .textarea-box textarea {
		padding: 10px 20px 0 60px;
	}

	#contact-form .code-box {
		margin: 15px 0;
	}

	#contact-form .code-box #checkcode {
		width: 40%;
	}

	#contact-form input[type="submit"] {
		width: 100%;
		height: 40px;
	}
}

/*内页banner样式*/
.xypg-banner {
	position: relative;
}

.xypg-banner .img {
	height: 540px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.xypg-banner .wz {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

.xypg-banner .wz h3 {
	font-size: 30px;
	padding-bottom: 20px;
	margin: 0;
	color: #fff;
}

.xypg-banner .wz h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50px;
	height: 2px;
	left: 0;
	right: 0;
	background: #fff;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.xypg-banner .img {
		height: 400px;
	}
}

@media (max-width: 1024px) {
	.xypg-banner .img {
		height: 300px;
	}
}

@media (max-width: 768px) {
	.xypg-banner .img {
		height: 220px;
	}

	.xypg-banner .wz {
		top: 0;
		bottom: 0;
		margin: auto;
		height: 50px;
	}
}

/* 内页基本样式 */
.xypg-wrap {
	padding-top: 20px;
	padding-bottom: 40px;
}

.xypg-left-box {
	margin-bottom: 20px;
}

.xypg-left-title {
	line-height: 62px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	background: #0070BF;
	font-weight: bold;
	margin: 0;
}

.xypg-left-con {
	border: 1px solid #ebebeb;
	padding: 15px;
}

.latest-news li {
	margin-top: 15px;
}

.latest-news li a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}

.latest-news li a:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #d1d1d1 url(../images/xypg-left-jt.png) -1px -16px no-repeat;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}

.latest-news li a:hover {
	color: #0070BF;
	text-decoration: underline;
}

.latest-news li a:hover:before {
	background-color: #0070BF;
}

.hot-keys li {
	width: 47%;
	float: left;
	margin: 6px 0;
}

.hot-keys li a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	background: #ededed;
}

.hot-keys li a:hover {
	color: #0070BF;
	text-decoration: underline;
}

.hot-keys li:nth-child(even) {
	float: right;
}

.contact-box .hot-line {
	background: url(../images/xypg-right-phone.png) left 5px no-repeat;
	padding-left: 70px;
	margin-bottom: 15px;
}

.contact-box .hot-line h4 {
	font-weight: normal;
	margin: 0;
	font-size: 14px;
	color: #666666;
}

.contact-box .hot-line p {
	font-size: 25px;
	font-family: Arial;
	font-weight: bold;
	color: #ab001a;
	margin-bottom: 0;
}

.contact-box .gs-name {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}

.contact-box .contact-info p {
	margin-bottom: 0;
	border-bottom: 1px dotted #b8b8b8;
	font-size: 14px;
	color: #333333;
	padding: 8px 0;
}

.contact-box .contact-info p:last-child {
	border-bottom: 0;
}

.xypg-right-mbx {
	border-bottom: 1px solid #ebebeb;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	padding: 17px 0 7px 0;
}

.xypg-right-mbx .cur-pos {
	display: inline-block;
	color: #333;
}

.xypg-right-mbx .cur-pos .iconfont {
	font-size: 25px;
	display: inline-block;
	height: 25px;
	color: #000;
	margin-right: 5px;
}

.xypg-right-mbx a {
	color: #666;
}

.xypg-right-mbx a:hover {
	color: #0070BF;
	text-decoration: underline;
}

@media (max-width: 992px) {
	.xypg-right-mbx {
		padding-top: 0;
	}
}

.xypg-right-content {
	font-size: 14px;
	color: #333;
	line-height: 1.7;
	padding: 15px 0;
}

.xypg-right-content p img {
	max-width: 100%;
}

.navigation a {
	display: inline-block;
	font-size: 14px;
	color: #333333;
	font-family: "Microsoft YaHei",Arial;
	line-height: 26px;
	border: 1px solid #cbcbcb;
	margin: 0 5px;
	padding: 0 8px;
}

.navigation a.previous_page {
	float: left;
}

.navigation a.next_page {
	float: right;
}

.navigation a:hover {
	color: #fff;
	border-color: #ab001a;
	background: #ab001a;
}

.xypg-wrap .xymob-page-icon {
	position: fixed;
	right: 15px;
	bottom: 100px;
	z-index: 9999;
}

.xypg-wrap .xymob-page-icon li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 1px;
	background: rgba(171, 0, 26, 0.7);
	cursor: pointer;
}

.xypg-wrap .xymob-page-icon li i {
	font-size: 20px;
	color: #fff;
}

@media (min-width: 992px) {
	.xypg-wrap .xymob-page-icon {
		display: none;
	}
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
	display: none;
}

@media (max-width: 900px) {
  /* 弹出框之后 body 上增加一个禁止滚动的类*/
	body.no-scroll,
  html.no-scroll {
		height: 100vh;
		overflow: hidden;
	}

	.xymob-menu-click {
		position: fixed;
		width: 100vw;
		overflow-y: scroll;
		top: 0;
		left: 100%;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		z-index: 999999;
		height: 100vh;
		background: rgba(0, 0, 0, 0.7);
	}

	.xymob-menu-click .xypg-left-news,
    .xymob-menu-click .xypg-left-keys,
    .xymob-menu-click .xypg-left-contact {
		display: none;
	}

	.xymob-menu-click .xymob-left-close-btn {
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 50%;
		border: 1px solid #fff;
		text-align: center;
		background: black;
	}

	.xymob-menu-click .xymob-left-close-btn i {
		font-size: 18px;
		color: #fff;
	}

	.xymob-menu-click .xypg-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		min-height: 90vh;
		padding: 5vh 0;
	}

	.xymob-menu-click .xypg-left .xypg-left-menu {
		width: 90%;
		background: #fff;
	}

	.xymob-menu-click.click {
		left: 0;
	}
}

/* 内页左侧导航栏样式 */
.xypg-left-nav > li {
	margin-bottom: 12px;
	position: relative;
}

.xypg-left-nav > li > a {
	display: block;
	text-indent: 27px;
	font-size: 14px;
	color: #666666;
	position: relative;
	line-height: 40px;
	border: 1px solid #e4e4e4;
	padding-right: 15%;
}

.xypg-left-nav > li .first-nav-btn {
	position: absolute;
	z-index: 99;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #d1d1d1 url(../images/xypg-left-jt.png) 0 -15px no-repeat;
	right: 10%;
	top: 13px;
}

.xypg-left-nav > li .first-nav-btn.clicked {
	background: #0070BF url(../images/xypg-left-jt.png) 0 1px no-repeat;
}

.xypg-left-nav > li:last-child {
	margin-bottom: 0;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
	color: #0070BF;
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
	background-color: #0070BF;
}

.xypg-left-nav .xypg-left-subnav {
	display: none;
	margin-top: 10px;
}

.xypg-left-nav .xypg-left-subnav > li > a {
	display: block;
	line-height: 35px;
	color: #666666;
	font-size: 14px;
	padding-left: 15%;
	padding-right: 5%;
}

.xypg-left-nav .xypg-left-subnav > li > a:before {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #d4d4d4;
	border-right: none;
	vertical-align: 5px;
	margin-right: 10px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
	color: #0070BF;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover:before {
	border-left-color: #0070BF;
}

.xypg-left-nav .xypg-left-subnav > li.hover > a:before {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: solid dashed dashed dashed;
	border-color: #0070BF transparent transparent transparent;
	border-bottom: none;
	vertical-align: middle;
	margin-right: 5px;
}

.xypg-left-nav .xypg-left-threenav {
	display: none;
}

.xypg-left-nav .xypg-left-threenav > li > a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	padding-left: calc(15% + 15px);
	padding-right: 5%;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 2px;
	background: #d4d4d4;
	margin-right: 5px;
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
	color: #0070BF;
}

@media (max-width: 900px) {
	.xypg-left-nav .xypg-left-threenav {
		display: block;
	}
}

/*产品列表页样式*/
.xypg-product-list {width: 100%; height: auto;padding:0 20px;}
.xypg-product-list li {display: block;width: 258.33333px;height:auto;float:left;background: #ffffff;margin-right: 20px; margin-bottom: 20px; padding: 20px; cursor: pointer;}
.xypg-product-list li:nth-child(3n){margin-right: 0;}
.xypg-product-list li .img {display: block;width:100%;height:180px;text-align: center;line-height: 180px; border-bottom: 1px solid #C9C9C9; transition: all .6s; box-sizing: border-box;}
.xypg-product-list li .txt{width:100%;height:auto;}
.xypg-product-list li .txt h3{width:100%;height:50px;line-height:50px;font-weight: bold;text-align: center;}
.xypg-product-list li .txt p{font-size:14px;font-weight:normal;color:#666;height:50px;line-height:25px;overflow: hidden; text-overflow: ellipsis}
.xypg-product-list li .img img {max-width: 100%;max-height:100%;}
.xypg-product-list li .txt .btn{width: 120px; height: 35px; line-height: 35px; margin: 30px auto 0 auto; text-align: center; border: 1px solid #CCCCCC; transition: all .6s;}
.xypg-product-list li:hover > .img{border-bottom: 1px solid #00489C; }
.xypg-product-list li:hover > .txt .btn{background: #00489C; color: #ffffff;border: 0;}
.xypg-product-list li h3 a {color: #333333;display: block;text-align: center;}
.honor-list {width: 100%; height: auto;padding:0 20px;}
.honor-list li {display: block;width: 258.33333px;height:auto;float:left;margin-right: 20px; margin-bottom: 20px; padding: 20px; cursor: pointer;}
.honor-list li:nth-child(3n){margin-right: 0;}
.honor-list li .img {display: block;width:100%;height:150px;text-align: center;line-height: 180px;transition: all .6s; box-sizing: border-box;}
.honor-list li h3{width:100%;height:50px;line-height:50px;font-weight: bold;text-align: center;border-bottom: 1px solid #c9c9c9; transition: all .6s;}
.honor-list li .img img {max-width: 100%;max-height:100%;}
.honor-list li:hover > h3{border-bottom: 1px solid #00489C; color: #00489C;}
.honor-list li h3 a {color: #333333;display: block;text-align: center;}
.cases-lists {width: 100%; height: auto;padding:0 20px;}
.cases-lists li {display: block;width: 258.33333px;height:auto;float:left;margin-right: 20px; margin-bottom: 20px; padding: 20px; cursor: pointer;}
.cases-lists li:nth-child(3n){margin-right: 0;}
.cases-lists li .img {display: block;width:100%;height:150px;text-align: center;line-height: 180px;transition: all .6s; box-sizing: border-box;}
.cases-lists li h3{width:100%;height:50px;line-height:50px;font-weight: bold;text-align: center;border-bottom: 1px solid #c9c9c9; transition: all .6s;}
.cases-lists li .img img {width: 100%;max-height:100%;}
.cases-lists li:hover > h3{border-bottom: 1px solid #00489C; color: #00489C;}
.cases-lists li h3 a {color: #333333;display: block;text-align: center;}
.download-list{width: 100%; height: auto; padding: 0 20px;}
.download-list .download-cont{width: 100%; height: auto; background: #ffffff;display: flex;}
.download-list .download-cont .download-item{flex: 1;padding: 20px;font-size: 16px;}
.download-list .download-cont .download{text-align: right; color: #a8a8a8;}
@media (max-width: 768px) {
	.xypg-product-list li{width: 100%;}
	.honor-list li{width: 100%;}
	.cases-lists li{width: 100%;}
}
/* 分页基本样式 */
.xypg-pagination {
	margin-top: 20px;
	text-align: center;
	font-size: 0;
}

.xypg-pagination .pagin-left,
  .xypg-pagination .pagin-mid,
  .xypg-pagination .pagin-right,
  .xypg-pagination .pagin-select {
	display: inline-block;
	vertical-align: middle;
}

.xypg-pagination a,
  .xypg-pagination #current {
	display: inline-block;
	font-size: 14px;
	color: #333333;
	font-family: "Microsoft YaHei",Arial;
	line-height: 26px;
	border: 1px solid #cbcbcb;
	margin: 0 5px;
	padding: 0 8px;
}

.xypg-pagination #current,
  .xypg-pagination a:hover {
	color: #fff;
	border-color: #0070BF;
	background: #0070BF;
}

.xypg-pagination .pagin-mid {
	font-size: 14px;
}

.xypg-pagination .pagin-mid .mob-pagin-mid {
	display: none;
}

.xypg-pagination .pagin-select {
	font-size: 14px;
}

.xypg-pagination .pagin-select select {
	height: 28px;
	padding: 0 8px;
	margin: -1px 5px 0 5px;
}

@media (max-width: 768px) {
	.xypg-pagination .pagin-mid .pc-pagin-mid {
		display: none;
	}

	.xypg-pagination .pagin-mid .mob-pagin-mid {
		display: block;
	}

	.xypg-pagination .pagin-mid .mob-pagin-mid span {
		display: inline-block;
		padding: 0 8px;
		line-height: 28px;
		font-size: 14px;
	}

	.xypg-pagination .pagin-select {
		display: none;
	}
}

/* 内页新闻列表 */
.xypg-news-list li {
	border: 1px solid #e1e1e1;
	padding: 30px;
	background: #fff;
	margin-bottom: 35px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.xypg-news-list li .tit {
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 15px;
	position: relative;
}

.xypg-news-list li .tit h3 {
	padding-bottom: 15px;
	font-size: 18px;
	color: #565656;
	font-weight: normal;
	padding-right: 25%;
	margin: 0;
}

.xypg-news-list li .tit .date {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666666;
}

.xypg-news-list li .info {
	font-size: 14px;
	line-height: 2;
	color: #999999;
}

.xypg-news-list li .more {
	margin-top: 15px;
}

.xypg-news-list li .more span {
	display: inline-block;
	width: 130px;
	line-height: 33px;
	text-align: center;
	color: #000;
	font-size: 14px;
	color: #666666;
	border: 1px solid #e1e1e1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.xypg-news-list li:hover {
	-webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
	        box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
	color: #0070BF;
}

.xypg-news-list li:hover .more span {
	color: #fff;
	background-color: #0070BF;
}

@media (max-width: 900px) {
	.xypg-news-list li .tit {
		border-bottom: none;
	}

	.xypg-news-list li .tit h3 {
		padding-right: 0;
		padding-bottom: 10px;
	}

	.xypg-news-list li .tit .date {
		position: static;
		border-bottom: 1px solid #cbcbcb;
		padding-bottom: 5px;
		color: #999;
	}
}

/*内页详情页面公用样式*/
.xypg-detail-title {
	font-size: 20px;
	color: #363636;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.7;
}

.xypg-detail-info-bar {
	font-size: 14px;
	font-family: Arial;
	color: #9e9e9e;
	line-height: 35px;
	border-bottom: 1px dashed #cfcfcf;
	margin-bottom: 20px;
}

.xypg-detail-info-bar .detail-info-time {
	float: left;
	margin-right: 20px;
}

.xypg-detail-info-bar .detail-info-time i {
	margin-right: 4px;
}

.xypg-detail-info-bar .detail-info-numbers {
	float: left;
}

.xypg-detail-info-bar .detail-info-numbers i {
	font-size: 12px;
	margin-right: 4px;
}

.xypg-detail-info-bar .xypg-file-down {
	float: right;
	position: relative;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title {
	cursor: pointer;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title i {
	margin-right: 5px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title:hover {
	color: #0070BF;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list {
	position: absolute;
	z-index: 9999;
	width: 250%;
	right: 0;
	background: #fff;
	display: none;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li {
	padding: 10px 0;
	border-top: 1px dashed #cfcfcf;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .icon {
	float: left;
	font-size: 40px;
	line-height: 40px;
	margin-right: 5px;
	height: 40px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con {
	overflow: hidden;
	line-height: 1;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p {
	font-size: 12px;
	margin-bottom: 0;
	line-height: 20px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a {
	font-size: 12px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a:hover {
	color: #0070BF;
}

.xypg-detail-con-title {
	margin: 20px 0 10px 0;
}

.xypg-detail-con-title span {
	display: inline-block;
	font-size: 18px;
	color: #0070BF;
}

.xypg-detail-tags {
	margin-top: 40px;
}

.xypg-detail-tags .tags-title {
	border-bottom: 1px solid #c3c3c3;
	position: relative;
}

.xypg-detail-tags .tags-title h3 {
	display: inline-block;
	padding: 0 30px;
	font-size: 16px;
	color: #0070BF;
	line-height: 40px;
	border-bottom: 3px solid #0070BF;
	margin-bottom: -1px;
}

.xypg-detail-tags .tags-title .baidu-share {
	position: absolute;
	right: 0;
	top: 8px;
}

.xypg-detail-tags .tags-content {
	padding-top: 10px;
}

.xypg-detail-tags .tags-content a {
	font-size: 13px;
	color: #666666;
	display: inline-block;
}

.xypg-detail-tags .tags-content a:hover {
	color: #0070BF;
}

.xypg-detail-pn {
	margin-top: 30px;
}

.xypg-detail-pn div {
	margin-bottom: 10px;
	background: #ededed;
	line-height: 35px;
	padding: 0 20px;
	position: relative;
}

.xypg-detail-pn div b {
	font-size: 16px;
	color: #333333;
	float: left;
	font-weight: normal;
}

.xypg-detail-pn div a {
	float: left;
	width: 75%;
	font-size: 14px;
	color: #565656;
}

.xypg-detail-pn div a:hover {
	color: #0070BF;
}

@media (max-width: 600px) {
	.xypg-detail-pn div a {
		width: 60%;
	}
}

@media (max-width: 600px) {
	.xypg-detail-pn div a {
		width: 50%;
	}
}

.xypg-detail-pn div span {
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 13px;
	color: #666666;
}

/*相关产品 和 相关新闻*/
.xypg-relate {
	margin-top: 50px;
}

.xypg-relate .relate-title {
	background: #0070BF;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	padding-left: 25px;
	margin-bottom: 20px;
}

.relate-product-slick {
	padding: 0 5%;
	position: relative;
}

.relate-product-slick .slick-arrow {
	position: absolute;
	top: 50%;
	width: 14px;
	height: 26px;
	margin-top: -13px;
	outline: none;
	border: none;
	font-size: 0;
}

.relate-product-slick .slick-arrow.slick-prev {
	left: 0;
	background: url(../images/xypg-relate-pro-ljt.png) center no-repeat;
}

.relate-product-slick .slick-arrow.slick-next {
	right: 0;
	background: url(../images/xypg-relate-pro-rjt.png) center no-repeat;
}

.relate-product-slick .slick-list {
	margin: 0 -7px;
}

.relate-product-slick .slick-slide {
	outline: none;
}

.relate-product-slick .slick-slide img {
	display: inline-block;
	width: 100%;
}

.relate-product-slick .slick-con {
	padding: 0 7px;
}

.xypg-relate .relate-news {
	margin-top: 40px;
}

.relate-news-list li {
	float: left;
	width: 48%;
	position: relative;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}

.relate-news-list li:nth-child(even) {
	float: right;
}

.relate-news-list li a {
	display: block;
	padding-right: 30%;
	color: #666666;
}

.relate-news-list li a:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #d1d1d1 url(../images/xypg-left-jt.png) -1px -16px no-repeat;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}

.relate-news-list li span {
	position: absolute;
	right: 0;
	top: 0;
}

.relate-news-list li:hover a {
	color: #0070BF;
}

.relate-news-list li:hover a:before {
	background-color: #0070BF;
}

.relate-news-list li:hover span {
	color: #0070BF;
}

@media (max-width: 900px) {
	.xypg-relate {
		display: none;
	}
}

/*新闻详情页*/
/*案例基本详情页*/
.xypg-case-detail .main-img {
	text-align: center;
}

.xypg-case-detail .main-img img {
	max-width: 100%;
}

/* 招聘详情页面 */
.xypg-jod-detail .job-detail-title {
	font-size: 16px;
	color: #ffffff;
	background: #0070BF;
	line-height: 60px;
	padding-left: 25px;
}

.xypg-jod-detail .job-detail-con {
	background: #f8f8f8;
	padding: 25px;
}

.xypg-jod-detail .job-detail-small-title {
	font-size: 16px;
	color: #0070BF;
	margin-bottom: 10px;
}

.xypg-jod-detail .job-detail-con-box {
	font-size: 14px;
	color: #666666;
	margin-bottom: 20px;
}

.xypg-jod-detail .job-detail-btn a {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	background: #666666;
	width: 200px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
}

.xypg-jod-detail .job-detail-btn a:hover {
	background: #0070BF;
}

/* 简历提交表格 */
.job-detail-form .form-title {
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	line-height: 2.5;
}

.job-detail-form .form-info {
	line-height: 2;
	margin: 10px 0;
}

.job-detail-form .form-info span {
	color: red;
}

.job-detail-form .red-star {
	color: red;
}

.job-detail-form textarea {
	resize: none;
}

.job-detail-form #checkcode {
	display: inline-block;
	width: 30%;
}

.job-detail-form #checkCodeImg {
	vertical-align: top;
	margin-left: 10px;
}

.job-detail-form #change_code {
	line-height: 34px;
	padding: 0 10px;
	color: #0070BF;
}

.job-detail-form .form-small-tit {
	line-height: 2;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.job-detail-form .form-prompt {
	font-size: 12px;
	margin-bottom: 15px;
	color: #999;
}

/* 在线留言页面 */
#message-form {font-size: 0;}
#message-form .red-star {color: red;}
#message-form label {font-size: 14px;}
#message-form textarea {resize: none;}
#message-form #checkcode {display: inline-block;width: 30%;}
#message-form #checkCodeImg {vertical-align: top;margin-left: 10px;}
#message-form #change_code {line-height: 34px;padding: 0 10px;color: #0070BF;font-size: 14px;}
#message-form .error-info {padding-top: 4px;display: inline-block;vertical-align: top;position: absolute;}
@media (max-width: 768px) {
	#message-form .form-group {margin-bottom: 25px;}
	#message-form .error-info {	display: block;	padding-top: 0;	float: none !important;	padding-left: 10px;}
	#message-form #change_code + .error-info { padding-left: 0px;margin-left: -7px;}
}

#message-form.n-default .msg-wrap {position: static;}

/* 下载详情页面 */
.xypg-download-list.xypg-download-detail-list .download-title {
	background: #f3f3f3;
}

.xypg-download-list.xypg-download-detail-list .download-title .file-name {
	width: 35%;
}

.xypg-download-list.xypg-download-detail-list .download-title span {
	width: 16.25%;
}

.xypg-download-list.xypg-download-detail-list .download-item .download-item-span {
	width: 16.25%;
}

.xypg-download-list.xypg-download-detail-list .download-item .download-item-span.download-item-first {
	width: 35%;
}

@media (max-width: 768px) {
	.xypg-download-list.xypg-download-detail-list .download-item .download-item-span {
		width: 100%;
	}

	.xypg-download-list.xypg-download-detail-list .download-item .download-item-span.download-item-first {
		width: 100%;
	}
}

/* 搜索结果页面样式 */
.xypg-search-result .tag-total {
	border: 1px solid #0070BF;
	padding: 10px;
	line-height: 1.6;
	z-index: 14px;
	color: #333;
	margin-bottom: 20px;
	background: #efefef;
}

.xypg-search-result-box {
	margin-bottom: 20px;
}

.xypg-search-result-box .xypg-search-title {
	border-left: 3px solid #0070BF;
	padding-left: 15px;
	font-size: 18px;
	line-height: 35px;
	margin-bottom: 15px;
	font-weight: bold;
}

/* 详情页面下载列表样式 */
.xypg-detail-file-dwon li {
	padding: 10px 0;
	border-bottom: 1px dashed #cfcfcf;
	width: 50%;
	float: left;
}

.xypg-detail-file-dwon li .icon {
	float: left;
	font-size: 40px;
	line-height: 40px;
	margin-right: 5px;
	height: 40px;
}

.xypg-detail-file-dwon li .list-con {
	overflow: hidden;
	line-height: 1;
}

.xypg-detail-file-dwon li .list-con p {
	font-size: 12px;
	margin-bottom: 0;
	line-height: 20px;
}

.xypg-detail-file-dwon li .list-con a {
	font-size: 12px;
}

.xypg-detail-file-dwon li .list-con a:hover {
	color: #ab001a;
}

/* 相册列表页 */
.xypg-album-cate {
	margin: 0 -1%;
}

.xypg-album-cate li {
	float: left;
	width: 31.33333%;
	margin: 0 1% 20px 1%;
	border: 1px solid #eaeaea;
	padding: 10px;
}

.xypg-album-cate li .album-img {
	margin-bottom: 15px;
}

.xypg-album-cate li .album-img img {
	width: 100%;
}

.xypg-album-cate li .album-title {
	text-align: center;
	font-size: 15px;
	color: #666666;
	margin-bottom: 5px;
}

.xypg-album-cate li .album-num {
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.xypg-album-cate li .album-num span {
	display: inline-block;
	margin-right: 5px;
}

@media (max-width: 768px) {
	.xypg-album-cate li {
		width: 48%;
	}
}

@media (max-width: 420px) {
	.xypg-album-cate {
		margin: 0;
	}

	.xypg-album-cate li {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

.xypg-album-list {
	margin: 0 -1%;
}

.xypg-album-list li {
	float: left;
	width: 31.33333%;
	margin: 0 1% 20px 1%;
	position: relative;
}

.xypg-album-list li .img {
	display: block;
	overflow: hidden;
}

.xypg-album-list li .img img {
	width: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.xypg-album-list li h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-weight: normal;
	font-size: 16px;
}

.xypg-album-list li:hover .img img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

@media (max-width: 768px) {
	.xypg-album-list li {
		width: 48%;
	}
}

@media (max-width: 420px) {
	.xypg-album-list {
		margin: 0;
	}

	.xypg-album-list li {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

.xypg-album-list.xypg-getkey-list li {
	width: 18%;
}

@media (max-width: 1200px) {
	.xypg-album-list.xypg-getkey-list li {
		width: 31.3333%;
	}
}

@media (max-width: 768px) {
	.xypg-album-list.xypg-getkey-list li {
		width: 48%;
	}
}

@media (max-width: 420px) {
	.xypg-album-list.xypg-getkey-list {
		margin: 0;
	}

	.xypg-album-list.xypg-getkey-list li {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

/* 下载列表页 */
.xypg-download-list .download-title {
	line-height: 60px;
	background: #d9d9d9;
	font-size: 18px;
	color: #333333;
}

.xypg-download-list .download-title span {
	display: block;
	float: left;
	text-align: center;
	width: 19%;
}

.xypg-download-list .download-title .file-name {
	width: 43%;
	text-align: left;
	padding-left: 5%;
}

.xypg-download-list .download-item {
	line-height: 50px;
}

.xypg-download-list .download-item .download-item-span {
	float: left;
	width: 19%;
	text-align: center;
	font-size: 14px;
	color: #555555;
}

.xypg-download-list .download-item .download-item-span.download-item-first {
	padding-left: 4%;
	width: 43%;
	text-align: left;
}

.xypg-download-list .download-item .download-item-span.download-item-iocn .iconfont {
	margin-right: 5px;
	font-size: 14px;
}

.xypg-download-list .download-item .download-item-span.download-item-iocn a {
	color: #0070BF;
}

.xypg-download-list .download-item .download-item-span.download-item-iocn a:hover {
	text-decoration: underline;
}

.xypg-download-list .download-item:nth-child(odd) {
	background: #f3f3f3;
}

.xypg-download-list .download-item .mob-download-title {
	display: none;
}

@media (max-width: 768px) {
	.xypg-download-list .download-title {
		display: none;
	}

	.xypg-download-list .download-item {
		border: 1px solid #ebebeb;
		margin-bottom: 20px;
		background: #fff !important;
	}

	.xypg-download-list .download-item .download-item-span {
		float: none;
		width: 100%;
	}

	.xypg-download-list .download-item .download-item-span.download-item-first {
		padding-left: 0;
		width: 100%;
	}

	.xypg-download-list .download-item .download-item-span .mob-download-title {
		float: left;
		display: block;
		width: 130px;
		padding-left: 15px;
		text-align: left;
		font-weight: bold;
	}

	.xypg-download-list .download-item .download-item-span .download-item-con {
		float: right;
		width: calc(100% - 130px);
		text-align: right;
		padding-right: 20px;
	}

	.xypg-download-list .download-item .download-item-span + .download-item-span {
		border-top: 1px dashed #ebebeb;
	}
}

/* 下招聘列表页 */
.xypg-job-list .job-name {width: 32.5%;padding-left: 4%;}
.xypg-job-list .job-xlyq {width: 32.5%;padding-left: 4%;}
.xypg-job-list .job-number {width: 20%;text-align: center;}
.xypg-job-list .job-more {width: 15%;text-align: center;}
.xypg-job-list .job-title {line-height: 60px;background: #0070BF;font-size: 18px;color: #fff;}
.xypg-job-list .job-title span {display: block;float: left;font-weight: bold;}
.xypg-job-list .job-item {margin-top: 20px;line-height: 60px;background: #f8f8f8;}
.xypg-job-list .job-item .job-item-span {float: left;font-size: 16px;color: #333333;min-height: 1px;}
.xypg-job-list .job-item .job-item-span .job-item-con {display: block;}
.xypg-job-list .job-item .job-more a {float: right;display: block;text-align: center;background: #000;width: 29px;height: 29px;margin: 15px 30px 0 0;background: #9c9c9c url(../images/detail.png) center no-repeat;border-radius: 50%;}
.xypg-job-list .job-item .job-more a:hover {background-color: #0070BF;}
.xypg-job-list .job-item .mob-job-title {display: none;}
@media (max-width: 768px) {
	.xypg-job-list .job-title {
		display: none;
	}

	.xypg-job-list .job-item {
		border: 1px solid #ebebeb;
		margin-bottom: 20px;
		background: #fff !important;
		line-height: 50px;
	}

	.xypg-job-list .job-item .job-item-span {
		float: none;
		width: 100%;
		padding-left: 0;
		font-size: 14px;
	}

	.xypg-job-list .job-item .job-item-span .mob-job-title {
		float: left;
		display: block;
		width: 130px;
		padding-left: 15px;
		text-align: left;
		font-weight: bold;
	}

	.xypg-job-list .job-item .job-item-span .job-item-con {
		float: right;
		width: calc(100% - 130px);
		text-align: right;
		padding-right: 20px;
	}

	.xypg-job-list .job-item .job-more a {
		margin: 12px 0 0 0;
	}

	.xypg-job-list .job-item .job-item-span + .job-item-span {
		border-top: 1px dashed #ebebeb;
	}
}

/* 产品详情页面 */
.product-detail-swiper {
	width: 399px;
	float: left;
}

.product-detail-swiper .view {
	border: 1px solid #e5e5e5;
}

.product-detail-swiper .view .swiper-slide {
	outline: none;
}

.product-detail-swiper .view .slick-con {
	text-align: center;
	display: block;
	height: 318px;
	line-height: 318px;
	font-size: 0;
}

.product-detail-swiper .view .slick-con img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.product-detail-swiper .view .slick-con:after {
	content: "";
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}

.product-detail-swiper .preview {
	margin: 0 -5px;
	position: relative;
	margin-top: 10px;
}

.product-detail-swiper .preview .swiper-slide {
	outline: none;
}

.product-detail-swiper .preview .swiper-slide.active-nav .slick-con {
	border-color: #0070BF;
}

.product-detail-swiper .preview .slick-con {
	text-align: center;
	display: block;
	height: 101px;
	line-height: 99px;
	margin: 0 5px;
	border: 1px solid #e1e1e1;
	font-size: 0;
}

.product-detail-swiper .preview .slick-con img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.product-detail-swiper .preview .slick-con:after {
	content: "";
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}

.product-detail-swiper .preview .arrow-left,
    .product-detail-swiper .preview .arrow-right {
	position: absolute;
	z-index: 99;
	top: 50%;
	margin-top: -25px;
	width: 20px;
	height: 50px;
	background: rgba(89, 89, 89, 0.8);
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
}

.product-detail-swiper .preview .arrow-left {
	left: 5px;
}

.product-detail-swiper .preview .arrow-right {
	right: 5px;
}

.product-detail-list {
	width: calc(100% - 440px);
	padding-top: 20px;
	float: right;
}

.product-detail-list h1 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 65px;
}

.product-detail-list .product-detail-item li {
	border-top: 1px solid #eee;
	padding: 25px 0;
	font-size: 18px;
	color: #333333;
}

.product-detail-list .product-detail-item li span {
	font-size: 14px;
	color: #666666;
}

.product-detail-list .product-detail-inquiry {
	margin-bottom: 20px;
}

.product-detail-list .product-detail-inquiry a {
	display: inline-block;
	width: 80%;
	line-height: 60px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	background: #0070BF;
	border-radius: 2px;
}

.product-detail-list .product-detail-inquiry a i {
	font-size: 20px;
	line-height: 0;
	vertical-align: -2px;
	margin-right: 5px;
}

.product-detail-list .service-number {
	font-size: 14px;
	color: #333333;
}

.product-detail-list .service-number span {
	font-size: 25px;
	color: #b80024;
}

@media (max-width: 1200px) {
	.product-detail-list h1 {
		font-size: 20px;
		line-height: 50px;
	}

	.product-detail-list .product-detail-item li {
		padding: 10px 0;
		font-size: 16px;
	}

	.product-detail-list .product-detail-inquiry {
		margin-bottom: 20px;
	}

	.product-detail-list .product-detail-inquiry a {
		width: 85%;
		line-height: 45px;
		font-size: 16px;
	}

	.product-detail-list .service-number span {
		display: block;
	}
}

@media (max-width: 768px) {
	.product-detail-swiper {
		width: 100%;
		float: none;
	}

	.product-detail-swiper .view .slick-con {
		height: auto;
		line-height: 0;
	}

	.product-detail-swiper .preview .slick-con {
		height: auto;
		line-height: 0;
	}

	.product-detail-swiper .preview .arrow-left,
    .product-detail-swiper .preview .arrow-right {
		position: absolute;
		z-index: 99;
		top: 50%;
		margin-top: -25px;
		width: 20px;
		height: 50px;
		background: rgba(89, 89, 89, 0.8);
		text-align: center;
		line-height: 50px;
		color: #fff;
		font-size: 20px;
	}

	.product-detail-list {
		width: 100%;
		float: none;
	}
}

.product-detail-tab {
	margin-top: 50px;
}

.product-detail-tab .product-detail-tabli {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	height: 45px;
}

.product-detail-tab .product-detail-tabli li {
	float: left;
	width: 20%;
	line-height: 45px;
	margin-top: -1px;
	text-align: left;
	font-size: 15px;
	color: #333333;
	cursor: pointer;
}

.product-detail-tab .product-detail-tabli li.on, .product-detail-tab .product-detail-tabli li:visited, .product-detail-tab .product-detail-tabli li:active {
	background: #333333;
	color: #fff;
}

.product-detail-tab .product-detail-tabcon {
	padding: 15px 0;
}

@media (max-width: 768px) {
	.product-detail-tab .product-detail-tabli {
		height: 40px;
	}

	.product-detail-tab .product-detail-tabli li {
		font-size: 14px;
		line-height: 40px;
	}
}

@media (max-width: 420px) {
	.product-detail-tab .product-detail-tabli {
		height: 40px;
	}

	.product-detail-tab .product-detail-tabli li {
		font-size: 12px;
		line-height: 40px;
	}
}

/* 站点地图样式 */
.xypg-sitemap .map_title {
	line-height: 40px;
	background-color: #f5f8fa;
	border: 1px solid #d6dbe1;
	text-indent: 20px;
	color: #666;
	border-bottom: 2px solid #ccc;
	font-size: 16px;
}

.xypg-sitemap .map_list {
	line-height: 30px;
	padding: 0 5px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.xypg-sitemap .map_list a {
	padding: 4px;
	white-space: nowrap;
	font-size: 14px;
	color: #666;
}

.xypg-sitemap .map_list a:hover {
	text-decoration: none;
	color: #3b639f;
	padding: 4px;
}

.xypg-sitemap .map_list .layer1 {
	margin-bottom: 10px;
}

.xypg-sitemap .map_list h3 {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	line-height: 36px;
}

.xypg-sitemap .map_list h3 a {
	font-weight: normal;
}

.xypg-sitemap .map_list .layer2 a {
	color: #999;
}

.xypg-sitemap .map_list .layer2 a:hover {
	text-decoration: none;
	color: #3b639f;
}

/* 产品封面 */
.cover-item {
	margin-bottom: 20px;
	border-bottom: 3px double #ccc;
}

.cover-item a {
	display: block;
}

.cover-item .img {
	float: left;
	border: 1px solid #ddd;
	padding: 1px;
}

.cover-item .img img {
	width: 100%;
}

.cover-item .item-first {
	margin-bottom: 20px;
	position: relative;
}

.cover-item .item-first .img {
	width: 30%;
	margin-right: 20px;
}

.cover-item .item-first .wz {
	overflow: hidden;
}

.cover-item .item-first .wz h3 {
	font-size: 18px;
	color: #333;
	line-height: 2;
}

.cover-item .item-first .wz .info {
	font-size: 14px;
	line-height: 1.7;
	color: #666;
}

.cover-item .item-first .wz .more {
	width: 100px;
	line-height: 30px;
	color: #fff;
	background: #666666;
	font-size: 14px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
}

.cover-item .item-list a {
	margin-bottom: 10px;
}

.cover-item .item-list .img {
	float: none;
}

.cover-item .item-list h4 {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	text-align: center;
}

@media (max-width: 768px) {
	.cover-item .item-first .img {
		margin-bottom: 10px;
		text-align: center;
		float: none;
		width: 100%;
	}

	.cover-item .item-first .wz .more {
		position: static;
		margin-top: 10px;
		display: block;
	}
}

/* 网站标签页面样式 */
.tagdescription {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 14px;
	line-height: 1.7;
	background: #efefef;
	margin-bottom: 20px;
}

.tag-category {
	margin-bottom: 20px;
}

.tag-category span {
	font-size: 16px;
	color: #000;
	display: inline-block;
}

.tag-category a {
	display: inline-block;
	line-height: 25px;
	padding: 0 15px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	color: #333;
	margin-right: 10px;
}

.tag-category a:hover {
	background: #0070BF;
	color: #fff;
}

.tag-list-product li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.tag-list-product li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.tag-list-product .tag-img {
	width: 220px;
	float: left;
	margin-right: 20px;
}

.tag-list-product .tag-img .img {
	display: block;
	border: 1px solid #e1e1e1;
}

.tag-list-product .tag-img .img img {
	width: 100%;
}

.tag-list-product .tag-wz {
	overflow: hidden;
}

.tag-list-product .tag-wz h1 {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}

.tag-list-product .tag-wz h1 a {
	color: #000;
}

.tag-list-product .tag-wz .tab-fenli p {
	width: 50%;
	float: left;
	font-size: 14px;
	color: #333;
	margin-bottom: 0;
}

.tag-list-product .tag-wz .desp {
	font-size: 12px;
	line-height: 2;
	height: 48px;
	overflow: hidden;
	color: #666;
	margin: 5px 0;
}

@media (max-width: 768px) {
	.tag-list-product .tag-img {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}

	.tag-list-product .tag-img .img img {
		width: auto;
		max-width: 100%;
	}

	.tag-list-product .tag-wz .tab-fenli p {
		width: 100%;
		float: none;
	}
}

.xytag-title {
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	margin-bottom: 10px;
}

.xytag-recom-product ul {
	margin: 0 -1%;
}

.xytag-recom-product li {
	float: left;
	position: relative;
	width: 18%;
	margin: 0 1%;
	overflow: hidden;
}

.xytag-recom-product li img {
	width: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.xytag-recom-product li .zz-bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.xytag-recom-product li .zz-bg h2 {
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	height: 30px;
	margin: auto;
}

.xytag-recom-product li:hover img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.xytag-recom-product li:hover .zz-bg {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
}

/* 门店查询 */
.xypg-map-wrap {
	padding-bottom: 40px;
}

.xypg-map-wrap .map-wrap-mbx {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.xypg-map-wrap .map-wrap-mbx h2 {
	font-size: 16px;
	display: inline-block;
}

.xypg-map-wrap .map-wrap-mbx .site {
	float: right;
}

.xypg-map-wrap #search_form {
	line-height: 30px;
	margin-bottom: 20px;
}

.xypg-map-wrap #search_form .province {
	font-size: 14px;
	color: #333;
	display: inline-block;
	vertical-align: middle;
}

.xypg-map-wrap #search_form .selectstyle {
	height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	margin: 0 10px;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
}

.xypg-map-wrap #search_form .button_s {
	height: 30px;
	background: #459afa;
	outline: none;
	border: none;
	padding: 0 20px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.xypg-map-wrap .map-box {
	border: 1px solid #ccc;
}

.xypg-map-wrap .map-box .maplist {
	width: 300px;
	float: left;
	height: 600px;
	padding: 10px 17px 0 15px;
	overflow-x: auto;
}

.xypg-map-wrap .map-box .maplist li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.xypg-map-wrap .map-box .maplist li h2 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #333;
}

.xypg-map-wrap .map-box .maplist li .mark_name {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	margin-bottom: 10px;
}

.xypg-map-wrap .map-box .maplist li img {
	width: 100%;
}

.xypg-map-wrap .map-box #allmap {
	overflow: hidden;
	height: 600px;
}

/* 会员登录注册页面样式 */
.xy-head.login-head {
	position: static;
	padding: 15px 0;
}

.xy-head.login-head .xy-head-left .logo {
	padding-top: 0;
	-webkit-transition: none;
	transition: none;
}

.xy-head.login-head .xy-head-links {
	display: none;
}

.xy-head.login-head .xy-menu > li {
	color: #333333;
}

.xy-head.login-head .xy-menu > li > a {
	color: #333333;
}

.xy-head.login-head .xy-menu > li > a .creat {
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 3px;
	cursor: pointer;
	border-style: solid dashed dashed dashed;
	border-color: #333333 transparent transparent transparent;
	border-bottom: none;
}

.xy-head.login-head .xy-menu > li + li {
	background: url(../images/xy-login-navlibg.png) left center no-repeat;
}

.xy-head.login-head .xy-head-navbar {
	margin-top: 10px;
	-webkit-transition: none;
	transition: none;
}

.xy-head.login-head .xy-head-navbar .xy-search {
	border-color: #afafaf;
}

.xy-head.login-head .xy-head-navbar .xy-search #keyword {
	color: #afafaf;
}

.xy-head.login-head .xy-head-navbar .xy-search #s_btn {
	color: #afafaf;
}

.xylogin-content {
	background: #ededed;
	min-height: calc(100vh - 103px);
}

.xylogin-content .xylogin-banenr {
	height: 189px;
	background-size: cover;
}

.xylogin-form {width: 600px;margin: 40px auto 0 auto;background: #ffffff;border-radius: 10px;padding: 45px 65px;}
.xylogin-form .form-title {	position: relative;	margin-bottom: 25px;}
.xylogin-form .form-title h3 {	font-size: 30px;	color: #363636;	display: inline-block;	font-weight: bold;}
.xylogin-form .form-title a {	position: absolute;	right: 0;	bottom: 0;	font-size: 16px;	color: #0070BF;}
.xylogin-form .form-title a:hover {	text-decoration: underline;}
.xylogin-form .input-g {	border-bottom: 1px solid #c7c7c7;	margin-bottom: 15px;	padding: 5px 0;}
.xylogin-form .input-g label {	color: #565656;	margin-right: 5px;	line-height: 25px;	font-size: 18px;}
.xylogin-form .input-g .input-text {
	width: calc(100% - 50px);
	border: none;
	outline: none;
	height: 25px;
	background: none;
	font-size: 16px;
	color: #565656;
}

.xylogin-form .input-g .input-text.msg {width: 50%;}

.xylogin-form .input-g .input-text:-webkit-autofill, .xylogin-form .input-g .input-text:-webkit-autofill:focus {
	box-shadow: 0 0 0 1000px #fff inset !important;
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.xylogin-form .input-g .msgcode {
	float: right;
	border: 1px solid #e1e1e1;
	background: none;
	padding: 0 5px;
	line-height: 25px;
	border-radius: 5px;
	font-size: 12px;
	color: #565656;
	outline: none;
}

.xylogin-form .input-g .msgcode:hover {
	background: #0070BF;
	color: #fff;
}

.xylogin-form .input-g #valicode {
	width: 50%;
}

.xylogin-form .input-g #codeimg {
	float: right;
}

.xylogin-form .forget-pwd {
	position: relative;
	line-height: 20px;
}

.xylogin-form .forget-pwd .jzdlzh {
	display: inline-block;
	font-size: 14px;
	color: #797979;
}

.xylogin-form .forget-pwd .jzdlzh #remmber {
	display: inline-block;
	vertical-align: -2px;
}

.xylogin-form .forget-pwd a {
	font-size: 13px;
	color: #337ab7;
}

.xylogin-form .forget-pwd a:hover {
	text-decoration: underline;
	color: #0070BF;
}

.xylogin-form .btn-g {
	margin-top: 20px;
}

.xylogin-form .btn-g input[type="submit"] {
	width: 100%;
	background: #363636;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	border: none;
	border-radius: 5px;
	outline: none;
}

.xylogin-form .btn-g input[type="submit"]:hover {
	background: #0070BF;
}

.xylogin-form .btn-g.zhuce-btn {
	margin-top: 35px;
}

@media (max-width: 768px) {
	.xylogin-form {
		width: 90%;
		padding: 30px 30px;
	}
}

@media (max-width: 480px) {
	.xylogin-form .input-g {
		font-size: 12px;
	}

	.xylogin-form .input-g #valicode {
		width: 44%;
	}

	.xylogin-form .input-g #codeimg {
		width: 100px;
		height: 25px;
	}

	.xylogin-form .btn-g {
		margin-top: 20px;
	}

	.xylogin-form .btn-g input[type="submit"] {
		line-height: 40px;
		font-size: 16px;
	}
}

.xylogin-footer {
	background: #ededed;
	text-align: center;
	color: #666666;
	line-height: 30px;
	padding: 15px 0;
}

.xylogin-footer a {
	color: #666;
}

/* 个人中心页面样式 */
.personal-cont li {
	margin-bottom: 15px;
}

.personal-cont li label {
	width: 120px;
	font-size: 16px;
	text-align: right;
	line-height: 40px;
	float: left;
	margin-right: 10px;
	font-weight: normal;
}

.personal-cont li .input-pwd {
	overflow: hidden;
	height: 40px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	width: 40%;
	padding-left: 10px;
	outline: none;
}

.personal-cont li .input-pwd:focus {
	border-color: #00acd8;
	-webkit-box-shadow: 0 0 6px #00acd8;
	        box-shadow: 0 0 6px #00acd8;
}

.personal-cont li .save-send {
	width: 30%;
	line-height: 40px;
	background: #0070BF;
	color: #fff;
	font-size: 16px;
	border: none;
	outline: none;
	border-radius: 5px;
}

@media (max-width: 768px) {
	.personal-cont li label {
		width: 100px;
	}

	.personal-cont li .input-pwd {
		width: calc(90% - 110px);
	}

	.personal-cont li .save-send {
		width: 40%;
	}
}

@media (max-width: 420px) {
	.personal-cont li label {
		width: 100%;
		text-align: left;
		margin-bottom: 0;
	}

	.personal-cont li .input-pwd {
		width: 100%;
	}

	.personal-cont li .save-send {
		width: 100%;
	}
}

/* 会员权限跳转 */
.jump-center {
	text-align: center;
}

.jump-center .iconfont {
	font-size: 200px;
	font-weight: bold;
	color: #0070BF;
}

.jump-center #show {
	margin-bottom: 20px;
	font-size: 16px;
	color: #000;
}

.jump-center #show span {
	font-size: 20px;
	color: #0070BF;
}
